home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
steppenw.swf
/
scripts
/
DefineButton2_3052
/
BUTTONCONDACTION on(keyPress Left).as
Wrap
Text File
|
2008-11-12
|
123b
|
6 lines
on(keyPress "<Left>"){
trace(_currentframe);
trace(100 - _currentframe);
gotoAndStop(100 - _currentframe);
}